PXC Documentation

PXC Home

MK Circuit

pre 1.18

Node Data

Display name

MK Circuit

Internal name

Node_MK_Circuit

Inheritances

Node_Processor
Node_MK_Circuit

Inputs

Output

vec2

Dimension

surface

Mask

Circuit

ivec2

Cell Count

vec2

Clamp Distance

bool

Diagonal

bool

Round Corner

slider

Trim

Rendering

surface

Bg Surface

color

Bg Color

float

Wire Thickness

gradient

Base Color

gradient

Length Color

Connection

bool

Connection

enum

Shape

float

Radius

bool

Filled

Rendering

float

Thickness

surface

Surface

enum

Blend Wire

color

Color Start

color

Color End

Algorithm

int

Max Attempt

Outputs

surface

Surface Out


Generate a PCB trace using path finding.



Properties


Circuit
Cell CountThe amount of grid for path finding.
Clamp DistanceLimit maximum distance of the trace.
DiagonalAllow diagonal connection.
Round CornerRound out trace corner.
TrimTrim connection, used for animation.
Connection
ConnectionDraw connection terminal.
ShapeConnection shape.
RadiusConnection size.
Filled(for non surface shape) Whether to draw filled shape or just the outline.
Algorithm
Max AttemptMaximum path finding attemp before giving up.



Commit History


1.20.8
  • Introduced
1.21.8.001
  • Fix rendering error.
1.21.7.104
  • Add gradient shift, random offset, connection color override properties.

Related Links